/* ========================================
Section1: Theme START
==========================================*/
.theme {
  padding-top: 170px;
  padding-bottom: 30px;
}

.theme .container {
  display: flex;
  justify-content: center;
}

.theme-title h1 {
  width: 100%;
}

.theme-title-1 {
  color: #775628;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: calc(100% + 4px);
}

.theme-sub-title {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.theme-1 {
  border: none;
  padding: 8px 30px 8px 30px;
  background: linear-gradient(85deg, #775628 0%, #c07f00 35%, #ffd95a 71%, #fff7d4 100%);
  border-radius: 40px;
  color: white !important;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.theme-1:hover,
.theme-1:focus,
.theme-1:active {
  outline: none;
  border: solid 3px transparent;
  padding: 5px 27px 5px 27px;
  background-image: linear-gradient(90deg, rgba(119, 86, 40, 0.35) 0%, rgba(192, 127, 0, 0.35) 35%, rgba(255, 217, 90, 0.35) 71%, rgba(255, 247, 212, 0.35) 100%), linear-gradient(90deg, #775628 0%, #c07f00 35%, #ffd95a 71%, #fff7d4 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px rgba(255, 255, 255, 0.95) inset;
  color: #775628 !important;
  outline: none;  
}

.theme-2 {
  border: none;
  margin-right: 0px;
  background: var(--gra2);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-2:hover,
.theme-2:focus,
.theme-2:active {
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.data-img {
  width: 100%;
}

.col-lg {
  display:flex;
  justify-content: center;
}

@media (max-width: 1200px) {
  .theme-title-1 {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .theme {
    padding-top: 120px;
  }

  .theme-title-1 {
    margin-top: 10px;
  }

  .theme-sub-title {
    margin-top: 15px;
  }
}

/* ==================================
Section1: Theme END
======================================*/

/* Section2: Reason START*/
.advantage {
  margin-top: 10%;
}

.advantage-cont {
  margin-top: 0px;
}

.advantage-text {
  text-align: justify;
}

.advantage-border {
  border-radius: 55px;
  margin-top: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  display:flex;
  justify-content: center;
}

.advantage-title h2{
  background: var(--gra7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantage-title {
  margin-right: 20px;
}

.card {
  display: inline-block;
  border-radius: 25px;
  padding: 15px;
  height: 380px;
  outline: none;
  border: solid 4px transparent;
  padding: 5px 27px 5px 27px;
  background-image: linear-gradient(90deg, rgba(119, 86, 40, 0.35) 0%, rgba(192, 127, 0, 0.35) 35%, rgba(255, 217, 90, 0.35) 71%, rgba(255, 247, 212, 0.35) 100%), linear-gradient(180deg, #775628 7.75%, #C07F00 53.1%, #FFD95A 99.75%, #FFF7D4 137.32%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 4px 1000px 1px #fff inset;
  outline: none;
}

img {
  width: auto;
  height: auto;
}

.card-title h3 {
  font-family: 'Inter';
  margin-top: 20px;
  font-size: calc(100% + 4px);
  color: #D49B1C;
}

.card-text {
  font-family: 'Inter';
  font-size: calc(100% - 2px);
}

@media (max-width: 1200px) {
  .card {
    padding: 10px;
  }

  .card-title h3 {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .card {
    margin-top: 20px;
    height: 250px;
  }

  .advantage-border {
    margin-top: 0;
  }

  .card-title h3 {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .card {
    margin-top: 20px;
    height: 300px;
  }

  .advantage-border {
    margin-top: 0;
  }

  .card-title h3 {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .card {
    margin-top: 20px;
    height: 250px;
  }
}
/*=============================================
 Section2: advantage END
 ============================================*/


/* ===========================================
Section3: Image START
=================================================*/
.annotiation {
  margin-top: 1%;
  position: relative;
}

.annotiation img {
  width: 80%;
  height: 80%;
}

.anno-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bgr {
  top: 50%;
  right: -500px;
  position: absolute;
  width: 654px;
  height: 654px;
  transform: rotate(125.181deg);
  flex-shrink: 0;
  border-radius: 654px;
  opacity: 0.3;
  filter: blur(183px);
  z-index: -2;
  background: var(--ccds-gradient, linear-gradient(90deg, #775628 0%, #C07F00 35%, #FFD95A 71%, #FFF7D4 100%));
}

@media (max-width:991px) {
  .annotiation img {
    width: 100%;
    height: 100%;
  }
}

/* =====================================
Section3: Image END
==========================================*/

/* ==========================================
Section4: customer START
===============================================*/
.customer {
  background: var(--gra7);
  padding-top: 54px;
  padding-bottom: 30px;
  margin-top: -3%;
  z-index: -1;
}

.cus-title h2 {
  background: var(--GRA5, linear-gradient(90deg, #FFD95A 0%, #FFF 99%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cus-text {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
}

.cus-img {
  display: flex;
  justify-content: center;
}

.cus-image {
  width: 100%;
  height: 100%;
}

.feedback {
  display: flex;
  justify-content: center;
}

.fb-body {
  border-radius: 25px;
  background: #fff;
  padding: 30px;
  margin-top: 10px;
}

.quote-item-footer {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.quote-cont{
  padding: 0;
}

.quote-cont img{
  border-radius: 10px;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
}

.quote-author {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
}

.quote-subtext {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #000000;
}

.quote-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  text-align: justify;
}

@media (max-width: 1200px) {
  .quote-text {
    font-size: 9px;
  }

  .fb-body {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .quote-text {
    font-size: 9px;
    margin-top: 0px;
  }

  .fb-body {
    padding: 20px;
  }

  .quote-author {
    font-size: 12px;
    line-height: 12px;
  }

  .cus-image {
    width: 100%;
    height: 70%;
  }
}

@media (max-width: 768px) {
  .cus-image {
    width: 80%;
    height: 90%;
  }

  .quote-text {
    font-size: 9px;
    margin-top: 0px;
  }

  .fb-body {
    padding: 30px;
  }

  .quote-author {
    font-size: 12px;
  }

  .feedback {
    width: 80%;
    margin-left: 10%;
  }
}
/* =====================================
Section4: Customer END
=========================================*/